Fix a misspelling in gtk_cell_view_new_with_markup
authorChristian Dywan <christian@twotoasts.de>
Sun, 28 Mar 2010 02:21:47 +0000 (04:21 +0200)
committerChristian Dywan <christian@twotoasts.de>
Sun, 28 Mar 2010 02:22:41 +0000 (04:22 +0200)
This fixes bug 613887.

gtk/gtkcellview.c

index fed07125f64d8dc69b8d5081aface4ecd07d27a2..0dd98b0a76d31f3991be5e4a0fae21e1466a564d 100644 (file)
@@ -768,7 +768,7 @@ gtk_cell_view_new_with_text (const gchar *text)
  * @markup: the text to display in the cell view
  *
  * Creates a new #GtkCellView widget, adds a #GtkCellRendererText 
- * to it, and makes its show @markup. The text can text can be
+ * to it, and makes it show @markup. The text can be
  * marked up with the <link linkend="PangoMarkupFormat">Pango text 
  * markup language</link>.
  *